#webdev
Read more stories on Hashnode
Articles with this tag
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport"...
1. Headings HTML headings are defined using the h1-h6 elements. They are used to structure the content of a webpage, and they also help search engines...
HTML HTML (HyperText Markup Language) is a standard markup language for creating web pages and web applications. It is the foundation of the World...
Block Elements A block-level element always begins on a new line, and browsers add a margin (a space) before and after the element by default. A...
Some characters are reserved in HTML. If we use the less than (<) or greater than (>) signs in our text, the browser might mix them with...