2017-02-15 2 views
-5
<!DOCTYPE html> <!-- This lets the browser know it is a html5 document --> 
    <html lang="en-US"> 
    <head> 
<meta charset="UTF-8"> 
<title>HTML5 Synta and Coding Style</title> 

<link rel="stylesheet" type="text/css" href="../style.css"> <!-- This is the external stylesheet that links to the page and alters the feel and look of the page --> 
+1

http://frazzy241.imgur.com/all/?third_party=1 все мои работы на страницах, кроме одного –

+2

Этот путь '../' предполагает, что ваш файл css находится в папке на один уровень _lower_, чем на странице html , Где находится файл CSS по отношению к HTML? – Turnip

+0

http://imgur.com/NeVB64c –

ответ

0

1.close и метки. 2. Выберите полный адрес вашего css или используйте тег base.

Смежные вопросы