Every HTML follows a structure so that a browser is able to read the page. To summarize, it always starts with an <html> tag. This tag will contain the <head> tag and the <body>tag. Let's create our first page so you can understand.
Every HTML follows a structure so that a browser is able to read the page. To summarize, it always starts with an <html> tag. This tag will contain the <head> tag and the <body>tag. Let's create our first page so you can understand.