Jump to content
Addicted2 Romania
Aplicatiile pentru functia de "Helper" pentru serverul de Minecraft sunt deschise !

Ajutor HTML


DarkRenegade_

Recommended Posts

Salut, v-am pregătit un index html care se poate edita foarte usor cu Notepad sau Notepad++(recomandat)

 

In viitor, pregătesc un tutorial legat de creatii in html, sper sa fie de ajutor!

 

Index HTML:

 

<html>
  <head>
    <title>Sample "Titlu" Application</title>
  </head>
  <body bgcolor=yellow>

    <table border="1" cellpadding="10">
      <tr>
        <td>
          <img src="imaginea ta aici">
        </td>
        <td>
          <h1>Sample "Text-ul tau aici" Application</h1>
        </td>
      </tr>
    </table>

    <p>Text-ul tau aici </p>
    <p>Text-ul tau aici
    <ul>
      <li>Link to <a href="link">JSP page</a>.
      <li>Link to <a href="link">servlet</a>.
    </ul>

  </body>
</html>
Chiar acum, DarkRenegade_ a spus:

Salut, v-am pregătit un index html care se poate edita foarte usor cu Notepad sau Notepad++(recomandat)

 

In viitor, pregătesc un tutorial legat de creatii in html, sper sa fie de ajutor!

 

Index HTML:

 


<html>
  <head>
    <title>Sample "Titlu" Application</title>
  </head>
  <body bgcolor=yellow>

    <table border="1" cellpadding="10">
      <tr>
        <td>
          <img src="imaginea ta aici">
        </td>
        <td>
          <h1>Sample "Text-ul tau aici" Application</h1>
        </td>
      </tr>
    </table>

    <p>Text-ul tau aici </p>
    <p>Text-ul tau aici
    <ul>
      <li>Link to <a href="link">JSP page</a>.
      <li>Link to <a href="link">servlet</a>.
    </ul>

  </body>
</html>

O sa mai pun unul mai pro ;) + tutorial cum sa-l editati :D

Link to comment
Share on other sites

<!DOCTYPE html>
<html>
<head>
<!-- HTML BY DARK -->
<title>
titlu</title>
<meta name="txt" content="width=device-width, initial-scale=1">
<meta name="txt" content="text">
<meta name="txt" content="text">
<style type="text/css">
body {background-color:ffffff;background-image:url(https://pixabay.com/static/uploads/photo/2015/07/31/20/33/background-869578_960_720.png);background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
h3{font-family:Times;color:0033FF;background-color:990000;}
p {font-family:Helvetica;font-size:18px;font-style:normal;font-weight:bold;color:993333;background-color:000099;}
</style>
</head>
<body>
<h3>text</h3>
<p>text</p>
</body>
</html>
 

Link to comment
Share on other sites

  • 1 month later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...