Jump to content
Fórum Script Brasil
  • 0

html+css dúvida ridícula, AJUDEM!


PavauM

Question

como faz para modificar especificamente o lobo ou qualquer outro desses abaixo,podem me falar o que tem de errado?vlw...

<html>

<head>

<style type="text/css">

#lobo:

{

color:red;

}

</style>

</head>

<body>

<h1 name="lobo">Lobo mau</h1></br>

<p name="p1">oi ele é o lobo mau</p></br>

<p name="p2">hahahah ele é o lobo mau</p></br>

<h1 name="urso">Urso mau</h1></br>

<p name="p3">oi ele é o urso mau</p></br>

<p name="p4">hahaha ele é o urso mau</p></br>

</body>

</html>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
como faz para modificar especificamente o lobo ou qualquer outro desses abaixo,podem me falar o que tem de errado?vlw...

<html>

<head>

<style type="text/css">

#lobo:

{

color:red;

}

</style>

</head>

<body>

<h1 name="lobo">Lobo mau</h1></br>

<p name="p1">oi ele é o lobo mau</p></br>

<p name="p2">hahahah ele é o lobo mau</p></br>

<h1 name="urso">Urso mau</h1></br>

<p name="p3">oi ele é o urso mau</p></br>

<p name="p4">hahaha ele é o urso mau</p></br>

</body>

</html>

Na parte do codigo

<style type="text/css">

#lobo:

{

color:red;

}

</style>

não tem o jogo da velha e nem os dois pontos, e como você atribuiu o nome lobo você teria q criar uma tag, exemplo:

<h1><lobo>Lobo mau</lobo></h1>

então iria ficar assim:

<html>

<head>

<style type="text/css">

lobo

{

color:red;

}

</style>

</head>

<body>

<h1><lobo>Lobo mau</lobo></h1></br>

<p name="p1">oi ele é o lobo mau</p></br>

<p name="p2">hahahah ele é o lobo mau</p></br>

<h1 name="urso">Urso mau</h1></br>

<p name="p3">oi ele é o urso mau</p></br>

<p name="p4">hahaha ele é o urso mau</p></br>

</body>

</html>

desculpe não saber explicar direito, sou novato :P

Edited by Radicalzinho
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...