Lab 1 Digital Design

Kevin Castillo

My First Paragraph by Kevin Castillo

To write a HTML: first type '<' to start then type html and then close it with '>'. Then press "ENTER" then repeat the the bracket steps but type body. Then press "ENTER". In brackets type 'h1' this represent the largest heading, then write your heading and at the end, in brackets, type'/h1' indicating the end of the heading. You can also write more headings by increasing the number (h1,h2,h3,Etc). Then press "ENTER". In brackets write 'p', for paragraph, then type your paragraph and end it with '.p' in brackets. then press "Enter". To end the document type in brackets '/body', press "enter", and then type '/html'.

Return to index