If you have any query feel free to chat us!
Happy Coding! Happy Learning!
Let's continue with HTML Basics - Part II. In this session, we'll cover more HTML elements and some additional concepts to enhance your web pages.
Links and Anchor Tags: In addition to basic links, you can use anchor tags (
<a>
) to link to sections within the same page or to other pages on your website.In this example, clicking the "Jump to Section" link will scroll to the heading with the
id
attribute set to "section" on the same page.Tables: Use the
<table>
element to create tables for tabular data.Forms: Forms are used to collect user input. You can create forms using the
<form>
element and various form elements like<input>
,<textarea>
, and<button>
.Semantic Elements: HTML5 introduced semantic elements that add meaning to the structure of your web page. Some commonly used semantic elements are
<header>
,<nav>
,<main>
,<section>
,<article>
,<footer>
, and<aside>
. These elements help improve accessibility and search engine optimization (SEO).HTML Entities: Some characters, such as "<" and ">", have special meanings in HTML. To display these characters as text, you can use HTML entities.
In this example,
<
represents the less-than symbol "<".Comments: You can add comments to your HTML code to provide explanations or notes for yourself or other developers. Comments are not visible on the web page.
Validation and Structure: Always validate your HTML code to ensure it follows the correct syntax. Properly indented and structured code is easier to read and maintain.
HTML Boilerplate: Instead of writing the entire HTML structure from scratch, you can use a boilerplate template to start your web pages. Here's a basic example:
The
<meta>
tags specify the character encoding and viewport settings, which are essential for modern web pages.That concludes our HTML Basics - Part II. HTML is the backbone of web development, and with these fundamental elements, you can create structured and well-designed web pages. Keep practicing, exploring new elements, and combining HTML with CSS and JavaScript to build interactive and engaging web applications!
htmlCopy code
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Page Title</title> </head> <body> <!-- Content goes here --> </body> </html>
htmlCopy code
<!-- This is a comment -->
htmlCopy code
<p>10 < 20</p>
htmlCopy code
<form> <label for="name">Name:</label> <input type="text" id="name" name="name" required> <label for="email">Email:</label> <input type="email" id="email" name="email" required> <label for="message">Message:</label> <textarea id="message" name="message" rows="4" required></textarea> <button type="submit">Submit</button> </form>
htmlCopy code
<table> <tr> <th>Header 1</th> <th>Header 2</th> </tr> <tr> <td>Data 1</td> <td>Data 2</td> </tr> </table>
htmlCopy code
<a href="#section">Jump to Section</a> <!-- ... --> <h2 id="section">This is a Section</h2>
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