othnnyEl
1.Continue working in the file myfirstwebpage.html.Delete the <html>tag.
2.copy and add the following code at the top of myfirstwebpage.html
<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.W3.org/xhtml1DTD/xhtml1-transitional.dtd"><html xmlns=http://www.w3.org/1999/xhtml">
3.Save myfirstwebpage.html and leave it open for the next set of steps.View the file in the browser.You won't see anything change,but you need to declare the DOCTYPE because you will use the cascade style sheet later in your webpage