If you have any query feel free to chat us!
Happy Coding! Happy Learning!
Great! Let's dive into the basics of HTML (HyperText Markup Language). HTML is the foundation of every web page, defining its structure and content. It uses a system of elements (tags) to organize and present information on a web page. In this session, we'll cover the essential HTML elements and how to use them.
Before we start, make sure you have a text editor (such as Visual Studio Code) open and ready to write HTML code.
Basic Structure: Every HTML document follows a similar structure:
- The
<!DOCTYPE html>
declaration specifies the document type and version (HTML5).- The
<html>
element is the root element of the HTML document, containing all other elements.- The
<head>
element holds meta-information about the document, such as the title displayed in the browser's title bar.- The
<title>
element sets the title of the web page.- The
<body>
element contains the visible content of the web page.Headings: HTML has six levels of headings, from
<h1>
(most important) to<h6>
(least important). Headings are used to define the hierarchy and structure of your content.Paragraphs and Text: To create paragraphs and text content, use the
<p>
element:Lists: HTML supports ordered lists (
<ol>
) and unordered lists (<ul>
). Use<li>
elements to define list items.Links: Create hyperlinks using the
<a>
element:Images: Add images to your web page with the
<img>
element:Replace "image.jpg" with the actual path to your image file, and provide a description in the
alt
attribute for accessibility.Formatting Text: Use tags like
<strong>
,<em>
,<u>
, and<br>
to add emphasis, underline, and line breaks to your content.That covers the basics of HTML. As you continue with the boot camp, you'll learn more HTML elements and how to combine HTML with CSS and JavaScript to create interactive and engaging web pages. Practice writing HTML code, experiment with different elements, and have fun building your first web pages!
htmlCopy code
<p><strong>This text is bold</strong></p> <p><em>This text is italicized</em></p> <p><u>This text is underlined</u></p> <p>This is a line<br>break</p>
htmlCopy code
<img src="image.jpg" alt="Description of the image">
htmlCopy code
<a href="https://www.example.com">Visit Example Website</a>
htmlCopy code
<ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul> <ol> <li>First item</li> <li>Second item</li> <li>Third item</li> </ol>
htmlCopy code
<p>This is a paragraph.</p>
htmlCopy code
<h1>This is a Heading level 1</h1> <h2>This is a Heading level 2</h2> <!-- ... up to <h6> -->
htmlCopy code
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <!-- Content goes here --> </body> </html>
Comments: 24
Kindly check the lecture number 6. Lifecycle of a Change in 1. Git and Github The above lecture is not related to the course please update it ASAP Thank you
From where can I download the files which love babbar says he has uploaded on dashboard ??
I have attached the link https://github.com/lakshayk12/ANN_optimization_BTP
bro, i paid for the course, but still can't access the course. do something
Paid for the course but it still locked, can solve this problem please, when you take the payment the couse should be unlocked, evey time i have to message for any purchase
Now your Paypal payment is accepted and your course is activated successfully. Please leave your valuable feedback.
Why i am being asked for payment if i am already enrolled in the course
Dear anand, your payment is now updated check your course, apologize for several delays. Please leave your valuable feedback.
thanks its working now
hello ,I have a doubt
hello i have a doubt
hi
I'm paying through my Card, but it giving an error. why ? how we can purchase a course in Pakistan. Paypal is banned here
can we download the videos
i done my payment for mern stack development love babbar but cant acces to course kindly give me access
Dear Krishnapal your payment is already accepted go and check back.
Why i am being asked for payment if i am already enrolled in the course
Dear Shivansh, if you already done your payment then contact us on our official Email id [email protected] or reply here.
Why i am being asked for payment if i am already enrolled in the course
Dear p8354046, if you already done your payment then contact us on our official Email id [email protected] or reply here.
Why i am being asked for payment if i am already enrolled in the course
Dear, Don't worry now your problem is solved check your id.
Why i am being asked for payment if i am already enrolled in the course
Yes bro
I'm facing same issue
Dear, Don't worry now your problem is solved check your id.
i want debit card option
how can i assure that this is not scam?
i have same doubt is this website real or a fraud
No its not any fraud. its genuine if you need any proof please contact us via email.
No it's not any scam, its genuine if you need any proof please contact us via email.
how to do payment ?
Click on Watch now button then click next video then payment option is showing
i am unable to access the video even i have already completed my payment .
Your problem is solved
plz add codes lecture wise ! it wold be great and helpful also
now we have added starter package in lecture 2nd, go now and download it.
how to view this one
Why video not play
Now it's working.
Thank you for the access of the videos. It would be greatful if I could no the way to download the videos
Use idm to download
ok
Hello bro can you share course with me?
hello everyone