HTML

HTML

superkotopess

#https://www.codecademy.com/learn/paths/web-development

#https://www.freecodecamp.org/

<html></html> - start and end of page

<p> - paragraphs

<head> - name page

<body> - page content

<h1>, <h2> ... <h6>- title 1, subtitle 2 ... subtitle 6

<p> - paragraph

<em> - underlines text

<strong> - bold text

<br /> - go to next line

<a href="https://kotop.es">link</a> - creates a link

<ul><li>first element</li><li>second element</li></ul> - create a list

<div> - defines the page section


Report Page