Hello World

  • Thread starter Thread starter freakyshine
  • Start date Start date
  • Views Views 921
  • Replies Replies 7
  • Likes Likes 1
Code:
.MODEL SMALL
.STACK 100H
.DATA

STRING DB 'I've got to admit, CSS is pretty fancy.', '$'

.CODE
MAIN PROC FAR
 MOV AX,@data
 MOV DS,AX

 LEA DX,STRING

 MOV AH,09H
 INT 21H

 MOV AH,4CH
 INT 21H

MAIN ENDP
END MAIN
 
  • Like
Reactions: Digital_Cheese
<!DOCTYPE html>
<html>
<body>
<h1>Not Python</h1>
<br>
<p1>Come over to the HTML side. We have pizza, sprite, cookies, and we are friends with CSS too.</p1>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>blakeana's message</title>
<link rel="icon" type="image/x-icon" href="https://gbatemp.net/data/avatars/l/587/587787.jpg">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div class="box">
<h1>oh hello.</h1>
guess i'm not the only HTML+CSS gang.<br>
let's take over the webmastery as god intended
</div>
</body>
</html>
 
  • Like
Reactions: Digital_Cheese

Site & Scene News

Popular threads in this forum