#htmllearning search results

Geez! #HTMLlearning #beginner ๐Ÿ™ˆ๐Ÿ™‰๐Ÿ˜ป๐Ÿ’œ

laicaboss's tweet image. Geez! #HTMLlearning #beginner ๐Ÿ™ˆ๐Ÿ™‰๐Ÿ˜ป๐Ÿ’œ

1. "Day 3 of my HTML journey: Unleashing the power of tags and elements! ๐Ÿ’ป #HTMLLearning

KhushbooG_25's tweet image. 1. "Day 3 of my HTML journey: Unleashing the power of tags and elements! ๐Ÿ’ป #HTMLLearning

Keep up the good work, ma'am! ๐Ÿš€ #HTMLLearning


# HTML Tags : * HTML Tag - <html> </html> * Head tag - <head> </head> * Body Tag - <body> </body> * heading tag - <h1> </h1> * Paragraph Tag - <p> </p> * Underline Tag - <u> </u> * Bold Tag - <b> </b> * Italic Tag - <i> </i> #htmltag #htmllearning #learning #bugedge #training #IT

RohitPa04356698's tweet image. # HTML Tags :
* HTML Tag - &amp;lt;html&amp;gt; &amp;lt;/html&amp;gt;
* Head tag - &amp;lt;head&amp;gt; &amp;lt;/head&amp;gt;
* Body Tag - &amp;lt;body&amp;gt; &amp;lt;/body&amp;gt;
* heading tag - &amp;lt;h1&amp;gt; &amp;lt;/h1&amp;gt;
* Paragraph Tag - &amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
* Underline Tag - &amp;lt;u&amp;gt; &amp;lt;/u&amp;gt;
* Bold Tag - &amp;lt;b&amp;gt; &amp;lt;/b&amp;gt;
* Italic Tag - &amp;lt;i&amp;gt; &amp;lt;/i&amp;gt;
#htmltag #htmllearning #learning #bugedge #training #IT

๐Ÿงฑ Combine Headings & Paragraphs for real structure ๐Ÿ‘‡ <h1>Welcome to My Food Store</h1> <p>Order delicious meals & fresh groceries to your doorstep.</p> <h2>Why Choose Us?</h2> <p>We deliver quality, speed, and convenience โ€” anytime!</p> #Frontend #HTMLLearning


๐Ÿ’ก More Examples: <h1 title="Welcome!">My Food Store</h1> <a href="talabat.com" target="_blank">Visit Talabat</a> title โ†’ tooltip when hovered target="_blank" โ†’ opens in new tab #HTMLLearning #WebDesign


๐ŸชŸ Open Links in New Tabs Add target="_blank" ๐Ÿ‘‡ <a href="talabat.com" target="_blank">Open Talabat</a> ๐Ÿ”’ For security, always add: rel="noopener noreferrer" #WebDev #HTMLLearning


<!DOCTYPE html> <html> <head> <title> #HTMLlearning </title> </head> <body> <strong> croqueta infinita </strong> </body> </html>


โšก Some tags donโ€™t need closing tags โ€” theyโ€™re self-closing! <img src="food.jpg" alt="Delicious meal"> <br> Used for images, line breaks & more. Small but mighty โš™๏ธ #WebDesign #HTMLLearning


๐ŸชŸ Open Links in New Tabs Add target="_blank" ๐Ÿ‘‡ <a href="talabat.com" target="_blank">Open Talabat</a> ๐Ÿ”’ For security, always add: rel="noopener noreferrer" #WebDev #HTMLLearning


๐Ÿงฑ Combine Headings & Paragraphs for real structure ๐Ÿ‘‡ <h1>Welcome to My Food Store</h1> <p>Order delicious meals & fresh groceries to your doorstep.</p> <h2>Why Choose Us?</h2> <p>We deliver quality, speed, and convenience โ€” anytime!</p> #Frontend #HTMLLearning


๐Ÿ’ก More Examples: <h1 title="Welcome!">My Food Store</h1> <a href="talabat.com" target="_blank">Visit Talabat</a> title โ†’ tooltip when hovered target="_blank" โ†’ opens in new tab #HTMLLearning #WebDesign


โšก Some tags donโ€™t need closing tags โ€” theyโ€™re self-closing! <img src="food.jpg" alt="Delicious meal"> <br> Used for images, line breaks & more. Small but mighty โš™๏ธ #WebDesign #HTMLLearning


"Step by step, my coding skills are growing! ๐Ÿ‘ฃ Learning HTML has shown me the basics of web structure, from organizing text to embedding images. Iโ€™m building a strong foundation and already thinking about the next stages. Excited for whatโ€™s ahead! #HTMLLearning #CodingJourney


1. "Day 3 of my HTML journey: Unleashing the power of tags and elements! ๐Ÿ’ป #HTMLLearning

KhushbooG_25's tweet image. 1. &quot;Day 3 of my HTML journey: Unleashing the power of tags and elements! ๐Ÿ’ป #HTMLLearning

Keep up the good work, ma'am! ๐Ÿš€ #HTMLLearning


๐ŸŒŸ I came across ThapaTechnical ( @vb55thapa ) HTML course, and it's been a game-changer for my web development skills!๐Ÿš€ If you're serious about learning HTML, this is the one. Watch it here: [youtu.be/5ccq_nLHneE?siโ€ฆ] #webdeveloper #HTMLLearning

i_prernasingh's tweet card. HTML Complete Tutorial for Beginners in Hindi๐Ÿ”ฅFree Notes + Codes

youtube.com

YouTube

HTML Complete Tutorial for Beginners in Hindi๐Ÿ”ฅFree Notes + Codes


Thisย isย someย <sub>subscript</sub>ย text.<br> Thisย isย someย <big>bigger</big>ย text.ย <br> Thisย isย someย <small>smaller</small>ย text.<br> Thisย isย someย <mark>marked</mark>ย text.<br> Follow : @theshubhamarora #frontend #htmllearning #htmlforbeginners #coding #100daysofcode


๐Ÿ”ฅ Text formatting tags: Thisย isย someย <b>bold</b>ย text.<br> Thisย isย someย <i>Italic</i>ย text.<br> Thisย isย someย <u>underline</u>ย text.<br> Thisย isย someย <sup>superscript</sup>ย text.<br> Follow : @theshubhamarora #frontend #htmllearning #htmlforbeginners #coding #100daysofcode


๐Ÿ”Ÿ With HTML tables, data presentation becomes organized and user-friendly. Excited to delve deeper into advanced table features! Stay tuned for more updates. ๐Ÿ’ก #HTMLLearning #WebDev


Can't wait to explore more HTML elements and unlock the full potential of web development! ๐Ÿš€ Stay tuned for my next update! #HTMLLearning #WebDev


๐Ÿฆ Sharing my HTML learning journey: Part 1 - HTML Elements 1๏ธโƒฃ HTML elements are the building blocks of web pages. They define the structure and content of a webpage. #HTMLLearning #WebDevelopment


Geez! #HTMLlearning #beginner ๐Ÿ™ˆ๐Ÿ™‰๐Ÿ˜ป๐Ÿ’œ

laicaboss's tweet image. Geez! #HTMLlearning #beginner ๐Ÿ™ˆ๐Ÿ™‰๐Ÿ˜ป๐Ÿ’œ

1. "Day 3 of my HTML journey: Unleashing the power of tags and elements! ๐Ÿ’ป #HTMLLearning

KhushbooG_25's tweet image. 1. &quot;Day 3 of my HTML journey: Unleashing the power of tags and elements! ๐Ÿ’ป #HTMLLearning

# HTML Tags : * HTML Tag - <html> </html> * Head tag - <head> </head> * Body Tag - <body> </body> * heading tag - <h1> </h1> * Paragraph Tag - <p> </p> * Underline Tag - <u> </u> * Bold Tag - <b> </b> * Italic Tag - <i> </i> #htmltag #htmllearning #learning #bugedge #training #IT

RohitPa04356698's tweet image. # HTML Tags :
* HTML Tag - &amp;lt;html&amp;gt; &amp;lt;/html&amp;gt;
* Head tag - &amp;lt;head&amp;gt; &amp;lt;/head&amp;gt;
* Body Tag - &amp;lt;body&amp;gt; &amp;lt;/body&amp;gt;
* heading tag - &amp;lt;h1&amp;gt; &amp;lt;/h1&amp;gt;
* Paragraph Tag - &amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
* Underline Tag - &amp;lt;u&amp;gt; &amp;lt;/u&amp;gt;
* Bold Tag - &amp;lt;b&amp;gt; &amp;lt;/b&amp;gt;
* Italic Tag - &amp;lt;i&amp;gt; &amp;lt;/i&amp;gt;
#htmltag #htmllearning #learning #bugedge #training #IT

Day:4 - of Learning #HTML #CSS Done with exercise given in last lesson. It's fun learning, so far so good! Thanks @SuperSimpleDev Following this tutorial: youtube.com/watch?v=G3e-cpโ€ฆ #htmllearning #learncss #webdevelopment #newtocode #iamsagarbhalerao

sagar_bhalerao's tweet image. Day:4 - of Learning #HTML #CSS 

Done with exercise given in last lesson.

It&apos;s fun learning, so far so good!

Thanks @SuperSimpleDev 

Following this tutorial: youtube.com/watch?v=G3e-cpโ€ฆ

#htmllearning #learncss #webdevelopment #newtocode #iamsagarbhalerao

#frontenddevelopment #learncss #htmllearning #psdtohtml #htmldesign #websitedesign #htmltemplate If you have any kind of document(psd,figma,xd,sketch)and you want to convert that into a responsive web page, you're eagerly welcome -bit.ly/3wXT0sJ

AlamPreity's tweet image. #frontenddevelopment #learncss #htmllearning #psdtohtml #htmldesign #websitedesign #htmltemplate 
If you have any kind of document(psd,figma,xd,sketch)and you want to convert that into a responsive web page, you&apos;re eagerly welcome -bit.ly/3wXT0sJ

I hope a big takeaway from the Kyle Rittenhouse trial is we need to get out and VOTE in EVERY election, ESPECIALLY for local judges. Who agrees? ๐Ÿคš



Loading...

Something went wrong.


Something went wrong.


United States Trends