From 45e225ef68b38be8b593ece7275e98f0fe055c0c Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 27 Jul 2015 15:58:54 -0400 Subject: [PATCH] Update README.md --- exercises/1-basic-layout/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exercises/1-basic-layout/README.md b/exercises/1-basic-layout/README.md index 165c98b..66182b6 100644 --- a/exercises/1-basic-layout/README.md +++ b/exercises/1-basic-layout/README.md @@ -1,15 +1,15 @@ Basic Layout ============= -Using HTML and CSS, you are going to construct a skeleton for basic webpage. +Using **HTML** and **CSS**, you are going to construct a skeleton for basic webpage. -Create a header positioned absolutely to the top of the page. Use HTML 5 semantics, the `
` tag. +Create a header positioned absolutely to the top of the page. Use **HTML5** semantics, the `
` tag. -Put a h1 tag inside that says something funny. +Put a `h1` tag inside that says something funny. -Make a navigation bar, also positioned absolutely, that is colored black. Use HTML5 semantics, the `